﻿2026-06-04T05:36:25.1408278Z ##[group]Run actions/checkout@v5
2026-06-04T05:36:25.1409128Z with:
2026-06-04T05:36:25.1409500Z   repository: SaberMage/spt-core
2026-06-04T05:36:25.1413027Z   token: ***
2026-06-04T05:36:25.1413418Z   ssh-strict: true
2026-06-04T05:36:25.1413798Z   ssh-user: git
2026-06-04T05:36:25.1414127Z   persist-credentials: true
2026-06-04T05:36:25.1414492Z   clean: true
2026-06-04T05:36:25.1414844Z   sparse-checkout-cone-mode: true
2026-06-04T05:36:25.1415245Z   fetch-depth: 1
2026-06-04T05:36:25.1415569Z   fetch-tags: false
2026-06-04T05:36:25.1415905Z   show-progress: true
2026-06-04T05:36:25.1416246Z   lfs: false
2026-06-04T05:36:25.1416570Z   submodules: false
2026-06-04T05:36:25.1416920Z   set-safe-directory: true
2026-06-04T05:36:25.1417419Z ##[endgroup]
2026-06-04T05:36:25.3176926Z Syncing repository: SaberMage/spt-core
2026-06-04T05:36:25.3178214Z ##[group]Getting Git version info
2026-06-04T05:36:25.3178760Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T05:36:25.3502037Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T05:36:25.3733916Z git version 2.43.0.windows.1
2026-06-04T05:36:25.3764318Z ##[endgroup]
2026-06-04T05:36:25.3772588Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\da1a4aaa-6491-4171-82ab-85fd47d208bd\.gitconfig'
2026-06-04T05:36:25.3786448Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\da1a4aaa-6491-4171-82ab-85fd47d208bd' before making global git config changes
2026-06-04T05:36:25.3787485Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T05:36:25.3793764Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T05:36:25.4025494Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T05:36:25.4211443Z https://github.com/SaberMage/spt-core
2026-06-04T05:36:25.4240200Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T05:36:25.4244877Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T05:36:25.4433603Z refs/heads/dev-freeform
2026-06-04T05:36:25.4460487Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T05:36:25.4808791Z HEAD is now at 7e9c2b5 feat(store): M4-D6b distributed precedence — marker v2, version vectors, conflict artifacts
2026-06-04T05:36:25.5270323Z ##[endgroup]
2026-06-04T05:36:25.5273691Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T05:36:25.9179879Z ##[group]Cleaning the repository
2026-06-04T05:36:25.9185011Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T05:36:27.7619400Z Removing target/
2026-06-04T05:36:27.7655618Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T05:36:27.7997030Z HEAD is now at 7e9c2b5 feat(store): M4-D6b distributed precedence — marker v2, version vectors, conflict artifacts
2026-06-04T05:36:27.8021384Z ##[endgroup]
2026-06-04T05:36:27.8025555Z ##[group]Disabling automatic garbage collection
2026-06-04T05:36:27.8030477Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T05:36:27.8263880Z ##[endgroup]
2026-06-04T05:36:27.8264361Z ##[group]Setting up auth
2026-06-04T05:36:27.8270535Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T05:36:27.8491770Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T05:36:28.2240170Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T05:36:28.2482015Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T05:36:28.6139976Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T05:36:28.6367047Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T05:36:29.0199258Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T05:36:29.0502301Z ##[endgroup]
2026-06-04T05:36:29.0502776Z ##[group]Fetching the repository
2026-06-04T05:36:29.0512236Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +50620e4a4834900120d725a13d0c6059ae841e6c:refs/remotes/origin/dev-freeform
2026-06-04T05:36:29.7968046Z From https://github.com/SaberMage/spt-core
2026-06-04T05:36:29.7968612Z  + 7e9c2b5...50620e4 50620e4a4834900120d725a13d0c6059ae841e6c -> origin/dev-freeform  (forced update)
2026-06-04T05:36:29.8089557Z ##[endgroup]
2026-06-04T05:36:29.8090140Z ##[group]Determining the checkout info
2026-06-04T05:36:29.8090849Z ##[endgroup]
2026-06-04T05:36:29.8096632Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T05:36:29.8397627Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T05:36:29.8618673Z ##[group]Checking out the ref
2026-06-04T05:36:29.8624311Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T05:36:29.9002813Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T05:36:29.9003262Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T05:36:29.9003903Z Previous HEAD position was 7e9c2b5 feat(store): M4-D6b distributed precedence — marker v2, version vectors, conflict artifacts
2026-06-04T05:36:29.9004376Z Switched to and reset branch 'dev-freeform'
2026-06-04T05:36:29.9028469Z ##[endgroup]
2026-06-04T05:36:29.9273357Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T05:36:29.9465978Z 50620e4a4834900120d725a13d0c6059ae841e6c
